@font-face {
	font-family: 'siyuansongti';
	src: url('../fonts/siyuansongti.otf');
}

@font-face {
	font-family: 'ywziti';
	src: url('../fonts/ywziti.ttf');
}

body {
	font-family: 'siyuansongti';
}

/*初始化代码*/
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font-size: 13px;
	background: #fff;
	color: #2e3a5d;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #424242;
}

a:hover {
	text-decoration: none;
	color: #424242;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c7c7c7;
	font-size: 12px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #c7c7c7;
	font-size: 12px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #c7c7c7;
	font-size: 12px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c7c7c7;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.container-1 {
	max-width: 1200px;
	margin: 0 auto;
}

.container-2 {
	max-width: 1440px;
	margin: 0 auto;
}


/*头部样式*/
.header {
	position: fixed;
	z-index: 99999;
	background-color: #fff;
	width: 100%;
	height: 72px;
	border-bottom: 1px solid #e5e5e5;
}

.header-container {
	/*min-width: 1440px;*/

	box-sizing: border-box;
	position: relative;
}

.logo {
	padding-left: 28px;
	float: left;
	width: 64px;
	padding-top: 26px;
}

.logo img {
	width: 100%;
}

.nav {
	float: right;
}

.nav ul.nav_ul {
	padding-right: 50px;
	display: inline-block;
	box-sizing: border-box;
}

.nav li {
	float: left;
	margin: 0 30px;
	padding-top: 24px;
	position: relative;
}

.nav li a {
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 26px;
}

.nav li a.current {
	color: #2e3a5d;
	border-bottom: 2px solid #2e3a5d;
}

.nav li a:hover {
	color: #2e3a5d;
	border-bottom: 2px solid #2e3a5d;
}

.nav li .two_nav {
	display: none;
	position: absolute;
	top: 71px;
	right: 0;
	width: 930px;
	height: 72px;
	padding: 0;
	margin: 0;
	z-index: 9999;
	text-align: right;
	/*position: fixed;
	top: 73px;
	left: 0;
	width: 100%;
	min-width: 1440px;
	height: 72px;
	background-color: rgba(255,255,255,0.5);
	z-index: 999;*/
}

.two_nav_bg {
	display: none;
	position: fixed;
	top: 73px;
	left: 0;
	width: 100%;
	min-width: 1440px;
	height: 72px;
	background-color: rgba(245, 245, 245, 0.6);
	z-index: 999;
}

.nav li .two_nav>ul {
	display: inline-block;

}

/*.nav li div.offset_right ul{
    right: 11%;
}
.nav li div.offset_1 ul{
    right: 18%;
}
.nav li div.offset_2 ul{
    right: 25.5%;
}*/
.nav li .two_nav>ul li {
	margin: 0 10px;
	position: initial;
}

.nav li .two_nav li a {
	font-weight: 400;
	color: #808080;
}

.nav li .two_nav li a:hover {
	border-bottom: none;
}



.header-r {
	float: right;
	padding-right: 40px;
	padding-top: 26px;
}

.search {
	float: left;
	width: 12px;
	cursor: pointer;
	transition: transform .3s;
}

.search:hover {
	transform: translateY(-5px);
}

.search img {
	width: 100%;
}

.search-bar {
	position: fixed;
	width: 100%;
	top: 73px;
	left: 0;
	z-index: 99;
	display: none;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
	/* padding-top: 73px; */
}

.search-bar .input-box {
	width: 400px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}

.search-bar .input-box input {
	width: 100%;
	height: 30px;
	padding-left: 18px;
	line-height: 48px;
	border-radius: 20px;
	outline: 0;
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
	font-size: 12px;
	font-family: "siyuansongti";
	font-weight: 400;
}

.search-bar .input-box .s_icon {
	position: absolute;
	top: 0;
	right: -4px;
	width: 12px;
	height: 15px;
	cursor: pointer;
}

.search-bar .input-box .s_icon img {
	width: 100%;
}

/*头部样式end*/

/*底部样式*/
.footer {
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 45px 0 20px;
	text-align: center;
}

.foot-logo h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 8px;
	color: #2f3c61;
}

.foot-logo p {
	font-size: 12px;
	font-weight: 600;
	font-family: "ywziti";
	letter-spacing: 4px;
	color: #2f3c61;
}

.footer .foot-btm {
	padding-top: 30px;
}

.foot-btm .foot-nav a {
	padding: 0 16px;
	font-size: 14px;
	color: #a0a0a0;
}

.foot-btm .foot-nav li {
	display: inline-block;
	position: relative;
}

.foot-btm .foot-nav a:hover {
	color: #2f3c61;
}

.foot-btm .foot-nav li::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 12px;
	background: #dedfde;
	position: absolute;
	top: 5px;
	right: 0;
}

.foot-btm .foot-nav li:last-child:after {
	display: none;
}

.foot-btm .foot-copyright {
	padding-top: 14px;
	color: #dedfde;
	font-size: 14px;
}

/*底部样式end*/

/*右侧菜单样式*/
.right-side {
	position: fixed;
	top: 40%;
	right: 30px;
	z-index: 99998;
}

.right-side .side-item {
	position: relative;
	width: 40px;
	height: 40px;
	margin-bottom: 7px;
	line-height: 27px;
	text-align: center;
	background-color: #f5f5f5;
	color: #adadad;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.right-side .side-item>img {
	width: 30px;
	height: 30px;
	margin-top: 5px;
}

.right-side .side-item a {
	color: #adadad;
}

.right-side .online,
.right-side .qq,
.right-side .code,
.right-side .go-top {
	line-height: 27px;
}

.right-side .side-item:hover {
	background-color: #2e3a5d;
}

.right-side .go-top {
	background-color: #5a5a5a;
}

.right-side .go-top>img {
	width: 18px;
	height: 11px;
}

.side-item-pop {
	position: absolute;
	top: 0;
	right: 38px;
	padding: 15px 15px 8px 15px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 5px 2px #f2f2f2;
	box-shadow: 0px 0px 5px 2px #f2f2f2;
	box-sizing: border-box;
}

.code-pop {
	width: 292px;
	top: 0;
	display: none;
}

.code-pop .code-li {
	width: 120px;
	float: left;
	margin-left: 20px;
}

.code-pop .code-li:nth-last-of-type(2n) {
	margin-left: 0;
}

.code-pop .code-li img {
	width: 100%;
}

.code-pop .code-li p {
	margin-top: 1px;
	font-size: 12px;
	color: #a5a5a5;
	text-align: center;
}

.qq-pop {
	display: none;
	width: 248px;
	text-align: center;
}

.qq-pop h3 {
	font-size: 15px;
	color: #9e9e9e;
	letter-spacing: 8px;
}

.qq-pop ul {
	margin-top: 20px;
	/*padding-right: 20px;*/
}

.qq-pop li {
	margin-bottom: 15px;
	text-align: right;
	font-size: 14px;
	color: #a5a5a5;
	letter-spacing: 2px;
	text-align: center;
}

.qq-pop li span {
	color: #f1671c;
	text-decoration: underline;
}

/*右侧菜单样式end*/

/*面包屑导航*/
.bread-nav {
	height: 58px;
	line-height: 58px;
	padding-top: 73px;
}

.bread-nav .breadcrumb li {
	display: inline-block;
}

.bread-nav .breadcrumb li a {
	font-size: 13px;
	color: #ccc;
}

.bread-nav .breadcrumb li a:hover {
	color: #2f3c61;
}

.bread-nav .breadcrumb>.active {
	color: #ccc;
	font-size: 14px;
}

.bread-nav .breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: ">";
}

.bread-nav1 {
	color: #ccc;
}

.bread-nav1 a {
	color: #ccc;
	font-size: 14px;
}

.bread-nav1 a:hover {
	color: #2f3c61;
}

/*面包屑导航end*/

/*弹出层样式*/
.common-pop .pop-wrap {
	padding: 20px 45px;
}

.common-pop .pop-head {
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}

.common-pop .pop-head h1 {
	font-size: 18px;
	color: #555555;
}

.common-pop .pop-foot {
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
}

.common-pop .pop-foot p {
	font-size: 14px;
	color: #a8a8a8;
}

.common-pop .layui-layer-setwin .layui-layer-close2 {
	right: -7px;
	top: -9px;
	background: url(../images/close.jpg) no-repeat center center;
}

.common-pop .layui-layer-setwin .layui-layer-close2:hover {
	background: url(../images/close.jpg) no-repeat center center;
}

.hy-pop h1 {
	color: #484848;
	font-size: 20px;
}

.hy-pop .pop-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.hy-pop .pop-content-box .name,
.hy-pop .pop-content-box .price {
	margin-bottom: 16px;
	font-size: 14px;
	color: #808080;
}

.hy-pop .pop-content-box .price span {
	color: #f1671c;
}

.hy-pop .pop-content-box .pay-way {
	padding-top: 20px;
	font-size: 14px;
	color: #bcbcbc;
}

.hy-pop .pop-content-box .pay-way span {
	color: #808080;
}

.hy-pop .pop-content-box .pay-way a {
	margin-left: 26px;
	padding: 5px 18px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
}

.hy-pop .pop-content-box .pay-way a.active {
	color: #fff;
	background-color: #2e3a5d;
	border-color: #2e3a5d;
}

.hy-pop .weixin,
.hy-pop .zhifubao {
	width: 159px;
	margin: 36px auto 0;
}

.hy-pop .weixin img,
.hy-pop .zhifubao img {
	width: 100%;
}

.hy-pop .jifen {
	padding-left: 90px;
}

.hy-pop .jifen p {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 12px;
	color: #a8a8a8;
}

.hy-pop .jifen p span {
	color: #f27029;
}

.hy-pop .jifen a {
	display: inline-block;
	width: 95px;
	height: 28px;
	margin-top: 79px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: #2e3a5d;
	border-radius: 4px;
}


.qy-pop {
	position: relative;
}

.qy-pop .qy-pop-content .preferential {
	position: absolute;
	top: 16px;
	left: -11px;
	width: 114px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: url(../images/qy_icon.png) no-repeat;
	font-size: 13px;
	color: #fff;
	letter-spacing: 3px;
}

.qy-pop .pop-wrap {
	padding: 65px 0 65px 45px;
}

.qy-pop .qy-pop-left {
	float: left;
	width: 740px;
	margin-top: 40px;
}

.qy-pop .qy-pop-left .box {
	display: flex;
	/*justify-content: space-around;*/
}

.qy-pop .qy-pop-left .box .item {
	position: relative;
	width: 292px;
	height: 292px;
	margin-left: 65px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	cursor: pointer;
}

.qy-pop .qy-pop-left .box .item:nth-child(1) {
	margin-left: 36px;
}

.qy-pop .qy-pop-left .box .item .top {
	padding: 22px 0;
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
}

.qy-pop .qy-pop-left .box .item .top h3 {
	font-size: 26px;
	color: #808080;
}

.qy-pop .qy-pop-left .box .item .bottom {
	padding: 55px 0;
	text-align: center;
}

.qy-pop .qy-pop-left .box .item .bottom p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #c7c7c7;
}

.qy-pop .qy-pop-left .box .item .bottom p.p1 {
	margin-bottom: 30px;
}

.qy-pop .qy-pop-left .box .item .bottom .p1 .span1 {
	font-size: 26px;
	font-weight: 600;
	color: #bf6f28;
}

.qy-pop .qy-pop-left .box .item .bottom .p1 .span2 {
	text-decoration: line-through;
}

.qy-pop .qy-pop-left .box .item .bottom .p2 span {
	color: #bf6f28;
}

.qy-pop .qy-pop-left .box .tuijian {
	border-color: #bf6f28;
}

.qy-pop .qy-pop-left .box .tuijian .top {
	border-bottom: 1px solid #bf6f28;
}

.qy-pop .qy-pop-left .box .tuijian .top h3 {
	color: #bf6f28;
}

.qy-pop .qy-pop-left .box .tuijian:before {
	content: '';
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url(../images/qy_icon_1.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

.qy-pop .qy-pop-left .box .item .tuijian-icon {
	width: 34px;
	height: 26px;
	text-align: center;
	line-height: 20px;
	background: url(../images/tuijian_bg.png) no-repeat;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: -9px;
	left: -4px;
}

.qy-pop .qy-pop-left .suggest {
	margin-top: 68px;
}

.qy-pop .qy-pop-left .suggest ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qy-pop .qy-pop-left .suggest li {
	width: 42%;
	margin-left: 47px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #4d4d4d;
	list-style-type: disc;
}

.qy-pop .qy-pop-right {
	float: left;
	width: 280px;
	height: 458px;
	padding: 40px 32px 0;
	margin-left: 18px;
	border-left: 1px solid #bfbfbf;
}

.qy-pop .qy-pop-right .pay-btn-bar span {
	float: left;
	font-size: 14px;
	color: #484848;
}

.qy-pop .qy-pop-right .pay-btn-bar .pay-btn {
	float: left;
}

.qy-pop .qy-pop-right .pay-btn-bar .pay-btn a {
	padding: 8px 18px;
	margin-left: 15px;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	font-size: 13px;
	color: #d1d1d1;
}

.qy-pop .qy-pop-right .pay-btn-bar .pay-btn a.active {
	border-color: #2e3a5d;
	background-color: #2e3a5d;
	color: #fff;
}

.qy-pop .qy-pop-right .jifen-cont {
	margin-top: 50px;
	text-align: center;
}

.qy-pop .qy-pop-right .jifen-cont p {
	font-size: 14px;
	color: #808080;
	line-height: 2.8;
	margin-bottom: 50px;
}

.qy-pop .qy-pop-right .jifen-cont p span {
	color: #bf6f28;
}

.qy-pop .qy-pop-right .account {
	padding: 8px 18px;
	border-color: #2e3a5d;
	background-color: #2e3a5d;
	color: #fff;
	font-size: 13px;
	letter-spacing: 4px;
	border-radius: 4px;
}

.qy-pop .qy-pop-right .code-cont {
	margin-top: 50px;
	text-align: center;
}

.qy-pop .qy-pop-right .code-cont .zf-code {
	width: 208px;
	height: 208px;
	margin: 0 auto;
}

.qy-pop .qy-pop-right .code-cont .zf-code img {
	width: 100%;
}

.qy-pop .qy-pop-right .code-cont p {
	margin-top: 10px;
	font-size: 13px;
	color: #c3c3c3;
}

.qy-pop .qy-pop-right .code-cont p span {
	color: #bf6f28;
}

.qy-pop .qy-pop-right .s11 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.qy-pop .qy-pop-right .s11 .s11-wrap {
	text-align: center;
	margin-top: 30px;
}

.qy-pop .qy-pop-right .s11 .s11-wrap h3 {
	font-size: 26px;
	font-weight: 400;
	color: #4d4d4d;
}

.qy-pop .qy-pop-right .s11 .s11-wrap .em-img {
	width: 207px;
	height: 207px;
	margin: 50px auto 20px;
}

.qy-pop .qy-pop-right .s11 .s11-wrap .em-img img {
	width: 100%;
}

.qy-pop .qy-pop-right .s11 .s11-wrap p {
	font-size: 14px;
	color: #bfbfbf;
}

.qy-pop .qy-pop-right .s11 .s11-wrap p span {
	color: #bf6f28;
}

.qy-pop .s11-tip {
	font-size: 13px;
	color: #898989;
	position: absolute;
	left: 69px;
	bottom: 20px;

}

.register-pop {
	padding-top: 40px;
	padding-bottom: 40px;
}

.register-pop .pop-head {
	border-bottom: none;
}

.register-pop .register-form .register-form-item {
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
	margin-bottom: 20px;
}

.register-pop .register-form .no-borderbtm {
	border-bottom: none;
	margin-bottom: 13px;
}

.register-pop .register-form .register-form-item input {
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	color: #666666;
	font-size: 14px;
}

.register-pop .register-form .register-form-item .register-form-label {
	display: inline-block;
	padding: 8px 15px;
	font-size: 13px;
	color: #fff;
	background-color: #2c2b2a;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 0;
}

.register-pop .register-form .register-form-item .register-form-label:hover {
	background-color: #2e3a5d;
}

.register-pop .register-form .register-form-item .input-group-addon {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}

.register-pop .register-form .register-form-item .register-tip {
	margin: 10px 0;
}

.register-pop .register-form .register-form-item .register-tip .radio {
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background-color: #e1e1e1;
	cursor: pointer;
	position: relative;
}

.register-pop .register-form .register-form-item .register-tip .radio-active {
	background-color: #474e61;
}

.register-pop .register-form .register-form-item .register-tip .radio-active:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/dg.png) no-repeat;
	position: absolute;
	top: 2px;
	left: 2px;
}

.register-pop .register-form .register-form-item .register-tip .cont {
	float: left;
	margin-left: 10px;
}

.register-pop .register-form .register-form-item .register-tip .cont p {
	font-size: 13px;
	color: #646464;
}

.register-pop .register-form .register-form-item .register-tip .cont p a {
	color: #c48c73;
	text-decoration: underline;
}

.register-pop .register-form .register-form-item .register-tip .cont p a:hover {
	color: #2e3a5d;
}

.register-pop .register-form .register-form-item .register-btn {
	width: 100%;
	height: 44px;
	display: inline-block;
	margin: 15px auto 0;
	line-height: 44px;
	text-align: center;
	letter-spacing: 6px;
	font-size: 16px;
	color: #fff;
	background: #2c2b2a;
}

.register-pop .register-form .register-form-item .register-btn:hover {
	background: #2e3a5d;
}

/*.register-pop .register-pop-foot{
	margin-top: 15px;
}*/
.register-pop .register-pop-foot a {
	position: relative;
	display: block;
	width: 38px;
	height: 34px;
	margin: 0 auto;
	line-height: 34px;
	font-size: 14px;
	color: #656565;
	text-align: center;
}

.register-pop .register-pop-foot a.wx-register:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/wx_icon1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.register-pop .sign-in-tip {
	font-size: 14px;
	color: #646464;
	text-align: center;
}

.register-pop .sign-in-tip a {
	color: #c48c73;
	text-decoration: underline;
}

.register-pop .sign-in-tip a:hover {
	color: #2e3a5d;
}

.zhuce-pop {
	padding-top: 50px;
	padding-bottom: 50px;
}

.register-pop .denglu-left {
	float: left;
	width: 340px;
	padding: 58px 0;
	/*margin-top: 30px;*/
	border-right: 1px solid #e8e8e8;
	text-align: center;
}

.register-pop .denglu-left h1 {
	font-size: 18px;
	font-weight: 500;
	color: #2c2b2a;
	margin-bottom: 22px;
}

.register-pop .denglu-left .denglu-left-img {
	width: 142px;
	height: 142px;
	margin: 0 auto 20px;
}

.register-pop .denglu-left .denglu-left-img img {
	width: 100%;
}

.register-pop .denglu-left p {
	font-size: 14px;
	color: #2c2b2a;
}

.register-pop .denglu-right {
	float: right;
	width: 512px;
	margin-top: 60px;
}

.register-pop .denglu-right .pop-wrap {
	padding: 20px 97px;
}

.register-pop .denglu-right .pop-head h1 {
	font-size: 18px;
	font-weight: 500;
	color: #2c2b2a;
}

.fenxiang-pop {
	overflow: visible;
}

.fenxiang-pop .pop-wrap {
	padding: 50px 45px 20px;
}

.fenxiang-pop .gb_res_t {
	line-height: 58px;
	height: 58px;
	position: relative;
	font-size: 18px;
	text-align: center;
}

.fenxiang-pop .gb_res_t span {
	background: #FFF;
	color: #333333;
	display: inline-block;
	padding: 0px 6px;
	position: relative;
	z-index: 2;
}

.fenxiang-pop .gb_res_t i {
	/*background: #FFEC94;*/
	height: 1px;
	overflow: hidden;
	left: 32px;
	top: 30px;
	right: 32px;
	position: absolute;
}

.fenxiang-pop .social-share {
	text-align: center;
}

.fenxiang-pop .social-share a {
	margin: auto 10px;
}

.fenxiang-pop .icon-wechat .qrcode {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.fenxiang-pop .icon-wechat .qrcode img {
	width: 100%;
}

.fenxiang-pop .icon-wechat .help p {
	font-size: 12px;
	color: #959595;
	margin-top: 15px;
}

.fenxiang-pop .wechat-qrcode h4 {
	display: none;
}

.pop3 .pop-wrap {
	float: left;
	width: 340px;
	padding: 10px 0 50px;
	/*margin-top: 30px;*/
	text-align: center;
}

.pop3 .pop-wrap h1 {
	font-size: 18px;
	font-weight: 500;
	color: #2e3b5b;
	margin-bottom: 22px;
}

.pop3 .pop-wrap .denglu-left-img {
	width: 142px;
	height: 142px;
	margin: 0 auto 20px;
}

.pop3 .pop-wrap .denglu-left-img img {
	width: 100%;
}

.pop3 .pop-wrap p {
	font-size: 14px;
}

/*弹出层样式end*/

/*分页样式*/
.pages {
	margin-top: 30px;
	text-align: center;
}

.pages ul {
	display: inline-block;
}

.pages li {
	float: left;
	margin: 0 5px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #858585;
	cursor: pointer;
}

.pages li a {
	display: block;
}

.pages li.active {
	background-color: #2e3a5d;
	color: #fff;
}

.pages li.active a {
	color: #fff;
}

.pages .last-li {
	width: 100px;
}

.pages li.last-li input {
	float: left;
	width: 28px;
	height: 28px;
}

.pages li.last-li a {
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #858585;
}


/*分页样式end*/

/*首页主体内容样式*/

/*标题公用样式*/
.head {
	width: 310px;
	margin: 50px auto 40px;
	text-align: center;
}

.head h1 {
	font-size: 20px;
	font-weight: 500;
	color: #2e3a5d;
	letter-spacing: 6px;
}

.head p {
	padding: 10px 0;
	font-size: 13px;
	font-weight: 500;
	font-family: "ywziti";
	color: #2f3c61;
	letter-spacing: 6px;
}

.head .more {
	font-size: 13px;
	font-family: "ywziti";
	font-weight: 600;
	color: #2f3c61;
	letter-spacing: 4px;
	display: inline-block;
	transition: transform .3s;
}

.head .more:hover {
	color: #2e3a5d;
	transform: translateY(-3px);
}

/*标题公用样式end*/

.banner {
	/* height: 520px; */
	position: relative;
	padding-top: 73px;
}

.banner .swiper-container {
	/* height: 520px; */
}

.banner .swiper-container .swiper-slide {
	/* height: 492px; */
}

.banner .swiper-container .swiper-slide a {
	display: block;
}

.banner .swiper-container .swiper-slide a img {
	max-width: 100%;
}

.banner .swiper-pagination {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
}

.banner .swiper-pagination-bullet-active {
	background-color: #2e3a5d;
}


.sy_module1 {
	max-width: 1440px;
	margin: 0 auto;
}

.sy_module1_content .sy_module1_l {
	float: left;
	width: 434px;
	height: 522px;
}

.sy_module1_content .sy_module1_l .item {
	width: 100%;
}

.sy_module1_content .sy_module1_l .item_pic {
	width: 100%;
	height: 488px;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

.sy_module1_content .sy_module1_r {
	float: right;
	width: 741px;
	height: 522px;
	margin-left: 25px;
}

.sy_module1_content .sy_module1_r .item {
	float: left;
	width: 228px;
	height: 253px;
	margin-left: 25px;
	margin-top: 13px;
}

.sy_module1_content .sy_module1_r .item:nth-child(1),
.sy_module1_content .sy_module1_r .item:nth-child(4) {
	margin-left: 0;
}

.sy_module1_content .sy_module1_r .item:nth-child(1),
.sy_module1_content .sy_module1_r .item:nth-child(2),
.sy_module1_content .sy_module1_r .item:nth-child(3) {
	margin-top: 0;
}

.sy_module1_content .sy_module1_r .item_pic {
	width: 100%;
	height: 222px;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

.sy_module1_content .item_pic img {
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

.sy_module1_content .item_pic:hover {
	border-bottom: 1px solid #2e3a5d;
}

.sy_module1_content .item_pic:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.sy_module1_content .item_btm {
	padding-top: 10px;
	overflow: hidden;
}

.sy_module1_content .item_btm p {
	font-size: 13px;
	color: #484848;
	float: left;
}

.sy_module1_content .item_btm a {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	transition: transform .3s;
}

.sy_module1_content .item_btm a img {
	width: 100%;
}

.sy_module1_content .item_btm:hover p {
	color: #2e3a5d;
}

.sy_module1_content .item_btm:hover a {
	transform: translateY(-3px);
}

/*sy_module2*/
.sy_module2 {
	margin-top: 50px;
	padding-top: 1px;
	padding-bottom: 76px;
	background-color: #f5f5f5;
}

.sy_module2 .sy_module2_content {
	height: 463px;
	position: relative;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	transition: transform 1s ease-in-out;
}

.sy_module2 .sy_module2_content .gallery-top {
	width: 825px;
	height: 463px;
	margin: 0;
	overflow: visible;
}

.sy_module2 .sy_module2_content .gallery-top .swiper-slide {
	width: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 5px 2px #e5e5e5;
	box-shadow: 0px 0px 5px 2px #e5e5e5;
}

.sy_module2 .sy_module2_content .gallery-top .swiper-slide a.tiaozhuan-link {
	display: block;
	width: 100%;
	height: 100%;
}

.sy_module2 .sy_module2_content .gallery-top .swiper-slide-box {
	position: absolute;
	top: 30px;
	right: -45.6%;
	text-align: right;
}

.sy_module2 .sy_module2_content .gallery-top .swiper-slide-box:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 2px;
	margin-bottom: 5px;
	margin-right: 3px;
	background-color: #2e3a5d;
}

.sy_module2 .sy_module2_content .gallery-top .swiper-slide-box .title {
	font-size: 20px;
	color: #484848;
}

.sy_module2 .sy_module2_content .gallery-top .swiper-slide-box .text {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 330px;
	font-size: 12px;
	color: #aeaeae;
}

.sy_module2 .sy_module2_content .gallery-top .swiper-slide-box .submit-piece {
	display: inline-block;
	width: 124px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background-color: #2e3a5d;
	font-size: 16px;
}

.sy_module2 .sy_module2_content .gallery-top .swiper-pagination-fraction {
	bottom: 48px;
	left: 125%;
	width: 100px;
}

.sy_module2 .sy_module2_content .swiper-button-prev {
	top: 88%;
	left: 80%;
	outline: none;
}

.sy_module2 .sy_module2_content .swiper-button-next {
	top: 88%;
	outline: none;
}

.sy_module2 .sy_module2_content .swiper-button-prev:after {
	content: '';
	display: block;
	width: 17px;
	height: 9px;
	background: url(../images/l_icon.png) no-repeat;
}

.sy_module2 .sy_module2_content .swiper-button-next:after {
	content: '';
	display: block;
	width: 17px;
	height: 9px;
	background: url(../images/r_icon.png) no-repeat;
}

.sy_module2 .sy_module2_content .gallery-thumbs {
	position: absolute;
	right: 0;
	bottom: 90px;
	width: 482px;
	height: 116px;
	box-sizing: border-box;
	padding: 6px;
	background-color: #fff;
}

.sy_module2 .sy_module2_content .gallery-thumbs .swiper-slide {
	background-size: 100% 100%;
	border-radius: 4px;
}

/*.sy_module2 .sy_module2_content .gallery-thumbs .swiper-slide{
	cursor: pointer;
}*/
.sy_module2 .sy_module2_content .gallery-thumbs .swiper-slide a.tiaozhuan-link {
	display: block;
	width: 100%;
	height: 100%;
}

.sy_module2 .sy_module2_content .gallery-thumbs .swiper-slide-thumb-active {
	border-bottom: 3px solid #4d5772;
}

/*sy_module3*/
.sy_module3 {
	margin-bottom: 70px;
}

/*.sy_module3_content .item{
	float: left;
	width: 380px;
	height: 256px;
	margin-left: 30px;
	margin-top: 30px;
	cursor: pointer;
	position: relative;
}*/

/*.sy_module3_content .item .item-pic{
	width: 100%;
	height: 212px;
	overflow: hidden;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.sy_module3_content .item .item-pic img{
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.sy_module3_content .item:hover .item-pic img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.sy_module3_content .item .modal-type {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 10;
    text-align: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sy_module3_content .item .modal-type .main_img_2 {
    position: absolute;
    top: -108px;
    left: -170px;
    width: 380px;
    height: 212px;
    transition: all 0.5s;
}
.sy_module3_content .item:hover .modal-type {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.sy_module3_content .item-text{
	display: none;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #4b4c53;
	background-color: #fcfcfc;
}*/

/*新改*/
.sy_module3_content .item {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	width: 380px;
	height: 256px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

.sy_module3_content .item:nth-child(3n+1) {
	margin-left: 0;
}

.sy_module3_content .item:nth-child(1),
.sy_module3_content .item:nth-child(2),
.sy_module3_content .item:nth-child(3) {
	margin-top: 0;
}

.sy_module3_content .item img {
	width: 100%;
	height: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	border-radius: 8px;
}

.sy_module3_content .item:hover img {
	transform: scale(1.2);
}

.sy_module3_content .item .item_btm {
	width: 100%;
	padding: 20px 10px 15px;
	background-image: linear-gradient(transparent, rgba(255, 255, 255, .8));
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transform: translateY(54px);
	-webkit-transform: translateY(54px);
	-moz-transform: translateY(54px);
}

.sy_module3_content .item .item_btm .item-name {
	float: left;
	font-size: 13px;
	color: #484848;
}

.sy_module3_content .item .item_btm .works_price {
	float: right;
	margin-left: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #f1671c;
}

.sy_module3_content .item:hover .item_btm {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

/*首页主体内容样式end*/


/*会员下载页样式*/
.hy_module {
	margin-bottom: 70px;
}

.hy_module_banner {
	float: left;
	width: 750px;
	height: 500px;
	border: 1px solid #e5e5e5;
	position: relative;
}

.hy_module_banner .swiper-slide {
	width: 100%;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	/*background-repeat: no-repeat;
    background-size: 67% auto;
    background-position: center center;*/
}

/*.hy_module_banner .swiper-slide img{

	align-items: center;
}*/
.hy_module_banner .swiper-slide .works-name {
	position: absolute;
	bottom: 50px;
	left: 33px;
	font-size: 13px;
	color: #808080;
	width: 15px;
	margin: 0 auto;
	line-height: 20px;
}

.hy_module_banner .swiper-slide .works-id {
	position: absolute;
	bottom: 125px;
	left: 0;
	font-size: 13px;
	color: #808080;
	width: 80px;
	margin: 0 auto;
	line-height: 24px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	/* Opera */
}

.hy_module_banner .swiper-pagination-bullet-active {
	background-color: #969696;
}

.hy_module_cont {
	width: 410px;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
}

.hy_module_cont .title h3 {
	font-size: 30px;
	font-weight: 500;
	color: #2e3a5d;
}

.hy_module_cont .title .tip {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.hy_module_cont .title .tip p {
	float: left;
	font-size: 17px;
	color: #9cd26c;
}

.hy_module_cont .title .tip1 p {
	color: #f1671c;
	margin-right: 20px;
}

.hy_module_cont .title .tip .collect {
	color: #9e9e9e;
	font-size: 12px;
	float: right;
	padding-top: 5px;
	position: relative;
}

.hy_module_cont .title .tip .collect:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(../images/shoucang.png) no-repeat;
	position: absolute;
	top: 6px;
	left: -22px;
}

.hy_module_cont .title .tip .shoucang:before {
	background: url(../images/shoucang-1.png) no-repeat;
}

.hy_module_cont .middle {
	padding-top: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
}

.hy_module_cont .middle p {
	font-size: 14px;
	color: #484848;
	text-align: justify-content;
}

.hy_module_cont .middle .hy_download {
	display: block;
	width: 210px;
	height: 56px;
	margin: 30px 0 35px;
	line-height: 56px;
	text-align: center;
	font-size: 22px;
	color: #4e4e4e;
	letter-spacing: 4px;
	border: 1px solid #2e3a5d;
	border-radius: 8px;
}

.hy_module_cont .middle .hy_download:hover {
	background-color: #2e3a5d;
	border-color: #2e3a5d;
	color: #fff;
}

.hy_module_cont .middle .intr_bar .intr_li {
	float: left;
	margin-left: 28px;
	font-size: 14px;
	color: #484848;
}

.hy_module_cont .middle .intr_bar .intr_li:nth-child(1) {
	margin-left: 0;
}

.hy_module_cont .middle .intr_bar .intr_li span {
	color: #f1671c;
}

.hy_module_cont .middle .intr_bar .intr_li a:hover span {
	color: #2e3a5d;
}

.hy_module_cont .bottom {
	padding-top: 36px;
}

.hy_module_cont .bottom li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #484848;
}

.hy_module_cont .bottom li span {
	color: #787878;
}

/*会员下载页样式end*/



/*模型分类页样式*/
.mx_module1 {
	padding: 40px 0;
	background-color: #f5f5f5;
}

.mx_module1 .filter-menu {
	margin-top: 25px;
}

.mx_module1 .filter-menu:nth-child(1) {
	margin-top: 0;
}

.mx_module1 .filter-menu li {
	position: relative;
	display: inline-block;
}

.mx_module1 .filter-menu .menu-name {
	width: 70px;
	margin-right: 5px;
	display: inline-block;
	font-size: 15px;
	color: #2e3a5d;
}

.mx_module1 .filter-menu li>a {
	margin-right: 5px;
	padding: 0 10px;
	font-size: 14px;
	color: #858585;
	border-radius: 13px;
	line-height: 36px;
	height: 36px;
}

.mx_module1 .filter-menu a.active {
	font-weight: 600;
	/*border-radius: 13px;
	line-height: 36px;
    height: 36px;
	padding: 0 10px;*/
	color: #2e3a5d;
	/*background-color: #2e3a5d;*/
}

.mx_module1 .filter-menu li>a:hover {
	font-weight: 600;
	color: #2e3a5d;
}

.mx_module1 .filter-menu .filter-menu-pop {
	display: none;
	position: absolute;
	top: 32px;
	left: -12px;
	z-index: 999;
	width: 234px;
	padding: 15px 5px 5px 15px;
	background-color: #fff;
	/*border: 1px solid #ececec;*/
	-moz-box-shadow: 0px 0px 2px #5a5a5a;
	box-shadow: 0px 0px 2px #5a5a5a;
}

/*.mx_module1 .filter-menu .filter-menu-pop:before{
    content: '';
	position: absolute;
    left: 20px;
    top: -5px;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    border-right: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    -webkit-transform: rotate(225deg);
    background-color: #fff;
}*/
.mx_module1 .filter-menu .filter-menu-pop a {
	display: inline-block;
	width: 46px;
	font-size: 14px;
	color: #858585;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mx_module1 .filter-menu .filter-menu-pop a:hover {
	color: #2e3a5d;
}

/*新修改的筛选*/
.mx_module1 .sort-wrapper {
	box-sizing: border-box;
	line-height: 30px;
	color: #858585;
	font-size: 14px;
	border: 1px solid transparent;
}

.mx_module1t .sort-wrapper .sort-filter-one-class,
.mx_module1 .sort-wrapper .sort-filter-two-class,
.mx_module1 .sort-wrapper .sort-filter-three-class {
	position: relative;
}

.mx_module1 .sort-wrapper .sort-filter-box {
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.mx_module1 .sort-wrapper .sort-filter-one-class {
	width: calc(100% - 38px);
}

.mx_module1 .sort-wrapper .sort-filter-one-class li {
	position: relative;
	float: left;
	padding: 10px 0;
	padding-bottom: 0px;
	margin-right: 32px;
}

.mx_module1 .sort-wrapper .sort-filter-one-class li:first-child {
	margin-right: 22px;
}

.mx_module1 .sort-wrapper .sort-filter-one-class li a {
	color: #858585;
}

.mx_module1 .sort-wrapper .sort-filter-one-class li a .close-a-icon,
.mx_module1 .sort-wrapper .sort-filter-two-class li a .close-a-icon,
.mx_module1 .sort-wrapper .sort-filter-three-class li a .close-a-icon {
	display: none;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-left: 3px;
	background: url(../images/delete-icon.png) no-repeat center;
	position: relative;
	top: -1px;
}

.mx_module1 .sort-wrapper>div:last-child {
	border-bottom: none;
}

.mx_module1 .sort-wrapper .sort-filter-three-class {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.mx_module1 .sort-wrapper .sort-filter-two-class,
.mx_module1 .sort-wrapper .sort-filter-three-class {
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #858585;
}

.mx_module1 .sort-wrapper .sort-filter-two-class>span,
.mx_module1 .sort-wrapper .sort-filter-three-class>span {
	float: left;
	color: #858585;
}

.mx_module1 .sort-wrapper .sort-filter-two-class>ul,
.mx_module1 .sort-wrapper .sort-filter-three-class>ul {
	float: left;
	margin: -5px 0 0 -10px;
	width: calc(100% - 90px);
}

.mx_module1 .sort-wrapper .sort-filter-two-class>ul li,
.mx_module1 .sort-wrapper .sort-filter-three-class>ul li {
	position: relative;
	float: left;
	line-height: 30px;
	margin-left: 32px;
}

.mx_module1 .sort-wrapper .sort-filter-three-class>ul li a {
	color: #858585;
}

.mx_module1 .sort-wrapper .sort-filter-one-class li a.active,
.mx_module1 .sort-wrapper .sort-filter-two-class li a.active,
.mx_module1 .sort-wrapper .sort-filter-three-class li a.active {
	display: inline-block;
	margin: 0 -7px;
	line-height: 26px;
	height: 26px;
	padding: 0 10px;
	border-radius: 13px;
	color: #fff;
	background-color: #2e3a5d;
}

.mx_module1 .sort-wrapper .sort-filter-one-class li a.active .close-a-icon,
.mx_module1 .sort-wrapper .sort-filter-two-class li a.active .close-a-icon,
.mx_module1 .sort-wrapper .sort-filter-three-class li a.active .close-a-icon {
	display: inline-block;
}

.mx_module2 {
	margin-top: 40px;
	margin-bottom: 70px;
}

.mx_module2 .mx_module2_link {
	margin-bottom: 25px;
}

.mx_module2 .mx_module2_link a {
	font-size: 14px;
	color: #858585;
	margin-right: 15px;
}

.mx_module2 .mx_module2_link a.active {
	color: #2e3a5d;
	border-bottom: 1px solid #2e3a5d;
}

.mx_module2 .mx_module2_link a:hover {
	color: #2e3a5d;
	border-bottom: 1px solid #2e3a5d;
}

.mx_module2_box .item {
	float: left;
	width: 264px;
	height: 306px;
	margin-left: 48px;
	margin-top: 30px;
}

.mx_module2_box .item:nth-child(4n+1) {
	margin-left: 0;
}

.mx_module2_box .item:nth-child(1),
.mx_module2_box .item:nth-child(2),
.mx_module2_box .item:nth-child(3),
.mx_module2_box .item:nth-child(4) {
	margin-top: 0;
}

.mx_module2_box .item_pic {
	width: 100%;
	height: 264px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	cursor: pointer;
}

.mx_module2_box .item_pic img {
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

.mx_module2_box .item_pic:hover {
	border-bottom: 1px solid #2e3a5d;
}

.mx_module2_box .item_pic:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.mx_module2_box .item_btm {
	padding-top: 10px;
	position: relative;
	z-index: 0;
	padding-right: 2em;
}

.mx_module2_box .item_btm .p1 {
	color: #f1671c;
	margin-right: 10px;
}

.mx_module2_box .item_btm .free-color {
	color: #9cd26c;
}

.mx_module2_box .item_btm .pro-color {
	color: #ef854c;
}

.mx_module2_box .item_btm .vip-color {
	color: #ff1010;
}

.mx_module2_box .item_btm p {
	font-size: 13px;
	color: #484848;
	float: left;
}

.mx_module2_box .item_btm a {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	transition: transform .3s;
}

.mx_module2_box .item_btm a img {
	width: 100%;
}

.mx_module2_box .item_btm a:hover {
	transform: translateY(-3px);
}

.mx_module2_box .item_btm .download {
	position: absolute;
	top: 0.85em;
	right: 0;
}

/*模型分类页样式end*/


/*艺术画廊页和艺术画廊详情页的样式*/
.hl_module1 {
	position: relative;
	height: 60px;
	line-height: 60px;
	padding-top: 133px;
	margin-bottom: 70px;
}

.hl_module1:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	top: 84%;
	left: 0;
	z-index: -1;
}

.hl_module1 .hl_link {
	text-align: center;
	font-size: 14px;
	color: #afaba8;
}

.hl_module1 .hl_link a {
	padding: 0 30px;
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 4px;
}

.hl_module1 .hl_link a.active {
	background-color: #2e3a5d;
	color: #fff;
	border-color: #2e3a5d;
}

.hl_module1 .hl_link a:hover {
	background-color: #2e3a5d;
	color: #fff;
	border-color: #2e3a5d;
}

.hl_module2 {
	margin-bottom: 70px;
}

.hl_works .item {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	width: 380px;
	height: 238px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

.hl_works .item:nth-child(3n+1) {
	margin-left: 0;
}

.hl_works .item img {
	width: 100%;
	height: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	border-radius: 8px;
}

.hl_works .item:hover img {
	transform: scale(1.2);
}

.hl_works .item .item_btm {
	width: 100%;
	padding: 20px 10px 15px;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transform: translateY(54px);
	-webkit-transform: translateY(54px);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: translateY(54px);
	/*兼容-moz-引擎浏览器*/
}

.hl_works .item .item_btm h3 {
	float: left;
	font-size: 13px;
	color: #fff;
}

.hl_works .item .item_btm .works_info {
	float: right;
}

.hl_works .item .item_btm .works_info span {
	font-size: 13px;
	color: #fff;
	position: relative;
	margin-left: 30px;
}

.hl_works .item .item_btm .works_info span:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -20px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.hl_works .item .item_btm .works_info .span1:before {
	background: url(../images/dianzan.png) no-repeat;
}

.hl_works .item .item_btm .works_info .span2:before {
	top: 2px;
	background: url(../images/liulan.png) no-repeat;
}

.hl_works .item:hover .item_btm {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: translateY(0px);
	/*兼容-moz-引擎浏览器*/
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

/*艺术画廊详情页*/
.hl_xq_wrap {
	margin-bottom: 40px;
	position: relative;
}

.hl_xq_rside {
	position: fixed;
	top: 70%;
	margin-left: 1215px;
	z-index: 9999;
	text-align: center;
}

.hl_xq_rside .user {
	margin-bottom: 15px;
}

.hl_xq_rside .user .user_img {
	width: 38px;
	height: 38px;
	margin-bottom: 6px;
	border-radius: 50%;
}

.hl_xq_rside .user .user_img img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
}

.hl_xq_rside .user a {
	font-size: 13px;
	color: #aaaaaa;
}

.hl_xq_rside .give .give_link {
	width: 38px;
	height: 38px;
	margin-bottom: 6px;
	border-radius: 50%;
	background-color: #2e3a5d;
}

.hl_xq_rside .give .give_link a {
	display: block;
	width: 38px;
	height: 38px;
}

.hl_xq_rside .give .give_link i {
	margin-top: 10px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/dianzan.png) no-repeat;
}

.hl_xq_rside .give .active i {
	background: url(../images/dianzan-1.png) no-repeat;
}

.hl_xq_rside .give .give_link span {
	font-size: 13px;
	color: #fefefe;
}

.hl_xq_rside .give p {
	font-size: 13px;
	color: #aaaaaa;
}

.hl_xqtop {
	padding: 40px 0 0;
	/* border: 3px solid #fafafa; */
	text-align: center;
	box-shadow: 0 0 3px #fafafa;
	background-color: #fafafa;
}

.detail-1 {
	padding: 20px 30px 30px;
}

.hl_xqtop .atricle-text {
	background-color: #fafafa !important;
}

.hl_xqtop img {
	width: 100% !important;
	margin: 10px auto 0;
}

.hl_xqtop p {
	/*padding-left: 10px !important;
    padding-right: 10px !important;*/
	line-height: 32px !important;
}

.detail-1 p {
	text-align: justify;
	text-indent: 2em;
	color: #a0a0a0;
}

.hl_xqtop .hl_xqtop_text {
	margin-top: 90px;
}

.hl_xqtop .hl_xqtop_text h1 {
	margin-bottom: 86px;
	font-size: 40px;
	font-weight: 600;
	color: #636466;
}

.hl_xqtop .hl_xqtop_text p {
	font-size: 24px;
	color: #636466;
}

.hl_xqtop .hl_xqtop_text .p2 {
	margin-top: 70px;
}

.hl_xqtop .hl_xqtop_text a {
	font-size: 18px;
	color: #0486ff;
}

.hl_xqtop .hl_xqtop_pic {
	width: 100%;
	margin-top: 90px;
	margin: 80px auto 40px;
}

.hl_xqtop .hl_xqtop_pic img {
	width: 100%;
	margin-bottom: 20px;
}

.hl_xqtop .hl_xqtop_info {
	text-align: right;
}

.hl_xqtop .hl_xqtop_info p {
	font-size: 16px;
	color: #636466;
	line-height: 1.8;
}

.hl_xq_wrap .hl_xqmde {
	padding: 40px;
	background-color: #e6e6e6;
	color: #fff;
	text-align: center;
}

.hl_xqmde .hl_xqmde_give {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	background-color: #2e3a5d;
	border-radius: 50%;
	cursor: pointer;
}

.hl_xqmde .hl_xqmde_give.active {
	background-color: #cccccc;
}

.hl_xqmde .hl_xqmde_give:hover {
	background-color: #cccccc;
}

.hl_xqmde .hl_xqmde_give i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/dianzan.png) no-repeat;
	margin-top: 15px;
	width: 16px;
}

.hl_xqmde .hl_xqmde_give.active i {
	background: url(../images/dianzan-1.png) no-repeat;
}

.hl_xqmde .hl_xqmde_give p {
	margin-top: 4px;
	font-size: 12px;
}

.hl_xqmde .hl_xqmde_give.active p {
	color: #484848;
}

.hl_xqmde .hl_xqmde_title {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #484848;
}

.hl_xqmde .hl_xqmde_info {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #484848;
}

.hl_xqmde .hl_xqmde_info span {
	font-size: 12px;
	position: relative;
	margin-right: 10px;
	margin-left: 24px;
}

.hl_xqmde .hl_xqmde_info span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: -18px;
}

.hl_xqmde .hl_xqmde_info .span1:before {
	background: url(../images/dianzan-2.png) no-repeat;
}

.hl_xqmde .hl_xqmde_info .span2:before {
	background: url(../images/liulan-1.png) no-repeat;
}

.hl_xqmde .hl_xqmde_time {
	color: #484848;
}

.hl_xqbtm {
	padding: 40px;
	background-color: #f5f5f5;
}

.hl_xqbtm_top {
	padding-bottom: 10px;
	border-bottom: 1px solid #b5b5b5;
}

.hl_xqbtm_top>a {
	font-size: 14px;
	color: #999999;
}

.hl_xqbtm_top .user_img {
	float: left;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.hl_xqbtm_top .user_img img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.hl_xqbtm_top .user_info {
	float: left;
	margin-left: 10px;
}

.hl_xqbtm_top .user_info h3 {
	font-size: 13px;
	color: #a0a0a0;
	margin-bottom: 6px;
}

.hl_xqbtm_top .user_info a {
	padding: 4px 10px;
	background-color: #2e3a5d;
	color: #fff;
	border-radius: 18px;
}

.hl_xqbtm_top .user_info a:hover {
	background-color: #2e3a5d;
}

.hl_xqbtm_works {
	position: relative;
}

.hl_xqbtm_works .works_more {
	position: absolute;
	top: 50%;
	right: -16px;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 31px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px #000;
}

.hl_xqbtm_works .works_more img {
	width: 24px;
	height: 24px;
}

.hl_xqbtm_works .item {
	float: left;
	margin-top: 30px;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

.hl_xqbtm_works .item:nth-of-type(3n) {
	margin-right: 0;
}

.hl_xqbtm_works .item .img {
	padding-top: 67%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}



.hl_xqbtm_works .item .img img {
	display: none;
}

.hl_xqbtm_works .item .img:hover {
	transform: scale(1.2);
}



.hl_xqbtm_works .item img {
	width: 100%;
	height: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	border-radius: 8px;
}

.hl_xqbtm_works .item:hover img {
	transform: scale(1.2);
}

.hl_xqbtm_works .item .item_btm {
	width: 100%;
	padding: 20px 10px 15px;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transform: translateY(54px);
	-webkit-transform: translateY(54px);
	-moz-transform: translateY(54px);
}

.hl_xqbtm_works .item .item_btm h3 {
	float: left;
	font-size: 13px;
	color: #fff;
}

.hl_xqbtm_works .item .item_btm .works_info {
	float: right;
}

.hl_xqbtm_works .item .item_btm .works_info span {
	font-size: 13px;
	color: #fff;
	position: relative;
	margin-left: 30px;
}

.hl_xqbtm_works .item .item_btm .works_info span:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -20px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.hl_xqbtm_works .item .item_btm .works_info .span1:before {
	background: url(../images/dianzan.png) no-repeat;
}

.hl_xqbtm_works .item .item_btm .works_info .span2:before {
	top: 2px;
	background: url(../images/liulan.png) no-repeat;
}

.hl_xqbtm_works .item:hover .item_btm {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

/*艺术画廊页和艺术画廊详情页的样式end*/


/*VIP权益页面*/
.qy_main {
	margin-bottom: 100px;
}

.qy_main .qy_head {

	padding-top: 173px;
}

.qy_head h1 {
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: #808080;
}

.qy_subtitle {
	height: 50px;
	border-bottom: 1px solid #b1b1b1;
	box-sizing: border-box;
}

.qy_subtitle span {
	display: inline-block;
	padding: 13px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #2e3a5d;
}

.qy_module1 {
	margin-top: 80px;
}

.qy_module1 .qy_module1_thead {
	margin: 35px auto;
}

.qy_module1 .qy_module1_thead li {
	position: relative;
	float: left;
	width: 226px;
	height: 48px;
	margin-left: 56px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #484848;
	border: 1px solid #b1b1b1;
	border-radius: 4px;
}

.qy_module1 .qy_module1_thead li .tuijian {
	position: absolute;
	top: -10px;
	left: -6px;
	width: 34px;
	height: 26px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background: url(../images/tuijian_bg.png) no-repeat;
}

.qy_module1 .qy_module1_thead li span {
	color: #bf6f28;
}

.qy_module1 .qy_module1_tbody-bg {
	padding: 20px 0;
	background-color: #f8f8f8;
}

.qy_module1 .qy_module1_tbody li span {
	display: inline-block;
	width: 226px;
	height: 48px;
	margin-left: 56px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	color: #bf6f28;
}

.qy_module1 .qy_module1_tbody li span:nth-child(1) {
	color: #666666;
}

.qy_module1 .qy_module1_tbody li span.eorr {
	color: #b70000;
}

.qy_module1 .qy_module1_btn {
	width: 440px;
	margin: 40px auto 0;
	text-align: center;
}

.qy_module1 .qy_module1_btn a {
	padding: 12px 30px;
	font-size: 15px;
	color: #808080;
	border: 1px solid #808080;
	border-radius: 4px;
}

/*.qy_module1 .qy_module1_btn a.register_btn{
	float: left;
}*/
.qy_module1 .qy_module1_btn a.strat_btn {
	background-color: #2e3a5d;
	color: #fff;
}

.qy_module1 .qy_module1_btn a.register_btn:hover {
	background-color: #2e3a5d;
	color: #fff;
}

.qy_module1 .qy_module1_btn a.strat_btn:hover {
	background-color: #fff;
	color: #808080;
}

.qy_module2 {
	margin-top: 90px;
}

.qy_module2 .qy_module2_cont {
	width: 700px;
	margin: 0 auto;
}

.qy_module2 .qy_module2_item {
	margin-top: 64px;
}

.qy_module2 .qy_module2_item h3 {
	margin-bottom: 30px;
	font-size: 16px;
	color: #2e3a5d;
	text-align: center;
	letter-spacing: 2px;
}

.qy_module2 .qy_module2_item p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #a9a9a9;
	line-height: 40px;
}

.qy_module2 .qy_module2_item p a {
	color: #bf6f28;
}

.qy_module2 .qy_module2_item p a:hover {
	color: #2e3a5d;
}

.qy_module2_cont .tip {
	margin-top: 50px;
	font-size: 14px;
	color: #a9a9a9;
	text-align: center;
}

.qy_module3 {
	margin-top: 90px;
}

.qy_module3_cont {
	margin-top: 50px;
}

.qy_module3_cont .item {
	float: left;
	margin-left: 110px;
	margin-bottom: 50px;
	text-align: center;
}

.qy_module3_cont .item h3 {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
}

.qy_module3_cont .item p {
	margin-bottom: 6px;
	font-size: 14px;
	color: #a9a9a9;
}

.qy_module3_cont .item a {
	font-size: 14px;
	color: #bf6f28;
}

.qy_module3_cont .item a:hover {
	color: #2e3a5d;
}

.qy_module4 {
	margin-top: 30px;
}

.qy_module4 .qy_subtitle1 {
	text-align: center;
}

.qy_module4 .qy_subtitle1 h2 {
	font-size: 20px;
	font-weight: 500;
	color: #2e3a5d;
	letter-spacing: 6px;
}

.qy_module4 .qy_subtitle1 p {
	padding: 10px 0;
	font-size: 13px;
	font-weight: 500;
	font-family: "ywziti";
	color: #2f3c61;
	letter-spacing: 6px;
}

.qy_module4 .qy_module4_cont {
	width: 938px;
	margin: 60px auto 0;
}

.qy_module4 .qy_module4_cont .qy_module4_li {
	position: relative;
	float: left;
	width: 400px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 10px 10px;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	cursor: pointer;
}

.qy_module4 .qy_module4_cont .qy_module4_li p {
	font-size: 14px;
	color: #666666;
}

.qy_module4 .qy_module4_cont .qy_module4_li p span {
	color: #bf6f28;
}

.qy_module4 .qy_module4_cont .qy_module4_li .dowm-icon {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.qy_module4 .qy_module4_cont .qy_module4_li .dowm-icon img {
	width: 100%;
}

.qy_module4 .qy_module4_cont .qy_module4_li .answer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	padding: 15px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	line-height: 1.6;
	box-shadow: 0 0 5px #e9e9e9;
	overflow: auto;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transform: translateY(233px);
	-webkit-transform: translateY(233px);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: translateY(233px);
	/*兼容-moz-引擎浏览器*/
	display: none;
}

.qy_module4 .qy_module4_cont .qy_module4_li .answer p {
	font-size: 14px;
	color: #666666;
	line-height: 1.7;
	letter-spacing: 2px;
	text-align: justify;
}

.qy_module4 .qy_module4_cont .qy_module4_li:hover .answer {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	display: block;
}

/*VIP权益页面end*/


/*易梵教育首页样式*/
.yfsy_about_content {
	padding: 50px;
	background-color: #f5f5f5;
}

.yfsy_about_content .yfsy_about_banner {
	float: left;
	width: 768px;
	height: 370px;
}

.yfsy_about_content .yfsy_about_banner .swiper-slide {
	width: 550px;
	height: 370px;
	overflow: hidden;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

.yfsy_about_content .yfsy_about_banner .swiper-slide img {
	width: 550px;
	height: 370px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}

.yfsy_about_content .yfsy_about_banner .swiper-slide:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.yfsy_about_content .yfsy_about_text {
	float: left;
	margin-left: 60px;
	width: 260px;
	text-align: center;
}

.yfsy_about_content .yfsy_about_text p {
	padding-top: 128px;
	font-size: 14px;
	color: #8d9895;
	text-align: center;
	line-height: 1.8;
}

/*易梵教育首页样式end*/


/*课程目录页样式*/
.course_banner {
	position: relative;
	overflow: hidden;
	height: 492px;
	padding-top: 0;
}

.course_banner .swiper-slide {
	height: 492px;
}

.course_banner .swiper-pagination {
	bottom: 40px;
}

.course_banner .banner-side {
	width: 544px;
	height: 492px;
	padding: 28px 26px;
	box-sizing: border-box;
	background-color: rgba(245, 245, 245, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transform: translateX(544px);
	-webkit-transform: translateX(544px);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: translateX(544px);
	/*兼容-moz-引擎浏览器*/
}

.course_banner:hover .banner-side {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: translateX(0px);
	/*兼容-moz-引擎浏览器*/
}

.course_banner .banner-side .banner-side-top {
	padding-bottom: 12px;
	border-bottom: 1px solid #919191;
}

.course_banner .banner-side .banner-side-top h1 {
	font-size: 30px;
	font-weight: 500;
	color: #3e4455;
	margin-bottom: 15px;
}

.course_banner .banner-side .banner-side-top .details-bar .price {
	float: left;
	font-size: 14px;
	color: #3e4455;
}

.course_banner .banner-side .banner-side-top .details-bar .price i {
	text-decoration: line-through;
	font-style: normal;
}

.course_banner .banner-side-top .details-bar .price span {
	color: #ef854c;
	font-size: 24px;
	margin-right: 10px;
}

.course_banner .banner-side-top .details-bar .price span.free-color {
	color: #9cd26c;
}

.course_banner .banner-side-top .details-bar .price span.pro-color {
	color: #ef854c;
}

.course_banner .banner-side-top .details-bar .price span.vip-color {
	color: #ff1010;
}

.course_banner .banner-side-top .details-bar .details-bar-right {
	float: right;
	padding-top: 12px;
}

.course_banner .banner-side-top .details-bar .details-bar-right a {
	color: #6e6d6d;
	font-size: 14px;
	position: relative;
	margin-left: 20px;
}

.course_banner .banner-side-top .details-bar .details-bar-right a:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 6px;
	left: -14px;
}

.course_banner .banner-side-top .details-bar .details-bar-right .a-fenxiang:before {
	background: url(../images/fx.png) no-repeat;
}

.course_banner .banner-side-top .details-bar .details-bar-right .a-xinyuan:before {
	background: url(../images/xy.png) no-repeat;
}

.course_banner .banner-side-top .details-bar .details-bar-right a.active:before {
	background: url(../images/xy-1.png) no-repeat;
}

.course_banner .banner-side-mid {
	padding-top: 30px;
	padding-bottom: 30px;
}

.course_banner .banner-side-mid .intr-item {
	margin-top: 30px;
}

.course_banner .banner-side-mid .intr-item:nth-child(1) {
	margin-top: 0;
}

.course_banner .banner-side-mid .intr-item h3 {
	font-size: 16px;
	font-weight: 500;
	color: #444444;
	margin-bottom: 5px;
}

.course_banner .banner-side-mid .intr-item p {
	font-size: 13px;
	color: #8f8e8e;
}

.course_banner .banner-side-mid .intr-item p.p-color {
	color: #8c3e3e;
}

.banner-side-btm .buy-btn a {
	width: 222px;
	height: 42px;
	margin-right: 30px;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	font-size: 14px;
	color: #484f62;
	letter-spacing: 4px;
	border-radius: 4px;
}

.banner-side-btm .buy-btn a:nth-child(2) {
	margin-right: 0;
}

.banner-side-btm .buy-btn a.go-buy {
	background-color: #bdbdbd;
}

.banner-side-btm .buy-btn a.consult {
	background-color: #dddddd;
}

.banner-side-btm .buy-btn a:hover {
	background-color: #2e3a5d;
	color: #fff;
}

.banner-side-btm p {
	padding: 10px 0 0 10px;
	font-size: 13px;
	color: #8f8e8e;
	letter-spacing: 2px;
}

.banner-side-btm p a {
	margin-left: 5px;
	color: #8c3e3e;
	text-decoration: underline;
}

.banner-side-btm p a:hover {
	color: #2e3a5d;
	border-bottom-color: #2e3a5d;
}

.course-module {
	padding-top: 50px;
}

.course-module .course-tab {
	width: 1200px;
	height: 42px;
	background: #fff;
	border-bottom: 1px solid #c6c5c2;
	z-index: 999;
}

.course-module .fixed-bar {
	position: fixed;
	top: 0;
	/*left: 119px;*/
}

.course-module .course-tab .course-tab-left {
	float: left;
}

.course-module .course-tab .course-tab-left a {
	display: inline-block;
	width: 82px;
	height: 42px;
	margin-left: 10px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	background-color: #f5f5f5;
	color: #d1d1d1;
}

.course-module .course-tab .course-tab-left a:hover {
	/*background-color: #2e3a5d;*/
	color: #2e3a5d;
}

.course-module .course-tab .course-tab-left a:nth-child(1) {
	margin-left: 0;
}

.course-module .course-tab .course-tab-left a.active {
	/*background-color: #2e3a5d;*/
	color: #2e3a5d;
}

.course-module .course-tab .course-tab-right {
	float: right;
	width: 128px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	background-color: #2e3a5d;
	display: none;
}

.course-module .course-tab .course-tab-right a {
	color: #fff;
}

.course-module .course-cont {
	/*margin-top: 50px;*/
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 32px;
}

.course-module .course-cont img {
	width: 100%;
	margin: 0 auto;
}

.course-module .course-cont .course-tip {
	border-bottom: 1px solid #f5f5f5;
	padding: 8px 0;
}

.course-module .course-cont .course-tip .p-left {
	float: left;
	padding-left: 16px;
	font-size: 14px;
	color: #999999;
}

.course-module .course-cont .course-tip .p-right {
	float: right;
	padding-right: 44px;
	font-size: 14px;
	color: #999999;
}

.course-module .course-cont .course-item {
	margin-bottom: 50px;
}

.course-module .course-cont .course-item:nth-child(1) {
	margin-top: 0;
}

.course-module .course-cont .course-item li {
	width: 100%;
	height: 42px;
	margin-top: 8px;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.course-module .course-cont .course-item li.chapter {
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	margin-top: 0;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #4a5164;
}

.course-module .course-cont .course-item li .li-wrap {
	height: 36px;
	line-height: 36px;
	display: block;
}

.course-module .course-cont .course-item li .li-wrap .v-time {
	font-size: 12px;
	margin-left: 10px;
	color: #999;
}

.course-module .course-cont .course-item li .li-wrap .v-view {
	font-size: 12px;
	margin-left: 10px;
	padding: 3px 5px;
	border: 1px solid #2e3a5d;
	color: #2e3a5d;
	border-radius: 2px;
}

.course-module .course-cont .course-item li .li-wrap .update {
	float: right;
	font-size: 14px;
	color: #999;
	margin-right: 44px;
}

.course-module .course-cont .course-item li:hover .li-wrap p {
	color: #4a5164;
}

.course-module .course-cont .course-item li:hover .bg-color1 p:before {
	background: url(../images/kw_icon-1.png) no-repeat;
	background-size: 100% 100%;
}

.course-module .course-cont .course-item li:hover .li-wrap {
	background: #f3f3f3;
}

.course-module .course-cont .course-item li.chapter:hover .li-wrap {
	background-color: #f5f5f5;
}

.course-module .course-cont .course-item li .li-wrap p {
	float: left;
	padding-left: 50px;
	font-size: 14px;
	position: relative;
}

.course-module .course-cont .course-item li .li-wrap p:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	left: 23px;
}

.course-module .course-cont .course-item li .li-wrap span.f-view {
	display: none;
	float: right;
	margin-right: 44px;
	margin-top: 4px;
	padding: 0 5px;
	line-height: 27px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	transition: all .2s linear;
}

.course-module .course-cont .course-item li .li-wrap span.f-view:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .15);
}

.course-module .course-cont .course-item li .li-wrap span.a-color1 {
	background-color: #2e3a5d;
}

.course-module .course-cont .course-item li .li-wrap span.a-color2 {
	background-color: #6c758d;
}

.course-module .course-cont .course-item li .bg-color1 {
	background-color: #d2d2d2;
}

.course-module .course-cont .course-item li .bg-color1 p {
	color: #fff;
}

.course-module .course-cont .course-item li .bg-color1 p:before {
	background: url(../images/kw_icon.png) no-repeat;
	background-size: 100% 100%;
}

.course-module .course-cont .course-item li .bg-color2 {
	background-color: #f0f0f0;
}

.course-module .course-cont .course-item li .bg-color2 p {
	color: #4a5164;
}

.course-module .course-cont .course-item li .bg-color2 p:before {
	background: url(../images/bf_icon.png) no-repeat;
	background-size: 100% 100%;
}

.course-module .course-cont .course-item li .bg-color3 {
	background-color: #fff;
}

.course-module .course-cont .course-item li .bg-color3 p {
	color: #767c8d;
}

.course-module .course-cont .course-item li .bg-color3 p:before {
	background: url(../images/wk_icon.png) no-repeat;
	background-size: 100% 100%;
}

/*课程目录页样式end*/

/*视频播放单页*/
.sp_module1 {
	margin-top: 20px;
}

.sp_module1 .video-box .video-name {
	font-size: 20px;
	color: #2c3e50;
}

.sp_module1 .video-box .video-item {
	margin-top: 20px;
	height: 608px;
}

#video {
	width: 100%;
	/*height: 568px;*/
	/*margin: 0 auto;*/
	position: relative;
	overflow: hidden;

	/*width:100%;*/
	/*position:relative;*/
	padding-bottom: 56.25%;
	/*需要用padding来维持16:9比例,也就是9除以16*/
	height: 0;
}

#video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*object-fit: fill;*/
}

#video .VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}

#video .s_show {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	display: flex;
}

#video .s_show div {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
}

#video .danmu {
	position: absolute;
	top: 10px;
	right: -110px;
	font-size: 18px;
	font-weight: bold;
	color: #2e3a5d;
	/*animation:rtol 6s linear infinite;*/
	/*-moz-animation:rtol 6s linear infinite; /* Firefox */
	/*-webkit-animation:rtol 6s linear infinite; /* Safari and Chrome */
	/*-o-animation:rtol 6s linear infinite; /* Opera */
}

.sp_module1 .course-ware li {
	height: 44px;
	margin-bottom: 8px;
	line-height: 44px;
	padding-left: 22px;
	background-color: #f6f6f6;
	font-size: 14px;
	color: #4a5164;
}

.sp_module1 .course-ware li a {
	position: relative;
	padding-left: 20px;
	color: #cda24a;
	text-decoration: underline;
}

.sp_module1 .course-ware li a:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 21px;
	background: url(../images/link_icon.png) no-repeat;
	position: absolute;
	top: -3px;
	left: 0;
}

.sp_module1 .course-ware li a:hover {
	color: #2e3a5d;
}

.sp_module1 .course-ware li a:hover:before {
	background: url(../images/link_icon-1.png) no-repeat;
}

.sp_module1 .course-updown {
	display: flex;
	justify-content: space-between;
	padding-top: 8px;
	border-top: 1px solid #e5e5e5;
	margin-top: 60px;
}

.sp_module1 .course-updown a {
	width: 50%;
	height: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	font-size: 15px;
	color: #4a5164;
	background-color: #d2d2d2;
	position: relative;
}

.sp_module1 .course-updown a.dowm {
	background-color: #f6f6f6;

}

.sp_module1 .course-updown a.dowm:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 9px;
	background: url(../images/r_icon.png) no-repeat;
	position: absolute;
	top: 17px;
	right: 38%;
}

.sp_module1 .course-updown a.up:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 9px;
	background: url(../images/l_icon.png) no-repeat;
	position: absolute;
	top: 17px;
	left: 38%;
}

.sp_module1 .course-updown a:hover {
	background: #2e3a5d;
	color: #fff;
}

.sp_module1 .course-updown a.up:hover:before {
	background: url(../images/l_icon-1.png) no-repeat;
}

.sp_module1 .course-updown a.dowm:hover:before {
	background: url(../images/r_icon-1.png) no-repeat;
}

.sp_module2 .sp_module2_cont {
	font-size: 16px;
	text-align: justify;
	color: #4a5164;
	line-height: 32px;
}

.sp_module2 .sp_module2_cont img {
	width: 100%;
	margin: 10px auto 20px;
}

/*视频播放单页end*/


/*会员中心页*/
.personal {
	margin: 0 auto 60px;
}

.personal .personal-left {
	float: left;
	width: 342px;
	padding: 60px 50px;
	box-sizing: border-box;
	background-color: #2f3c61;
}

.personal .personal-left .personal-info {
	text-align: center;
}

.personal .personal-left .personal-info .personal-pic {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
}

.personal .personal-left .personal-info .personal-pic img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.personal .personal-left .personal-info .personal-type {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto;
	background-color: #2e3a5d;
	color: #fff;
	font-size: 13px;
}

.personal .personal-left .personal-info .personal-name {
	font-size: 14px;
	color: #fff;
}

.personal .personal-left .personal-list {
	margin-top: 30px;
}

.personal .personal-left .personal-list li {
	position: relative;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #414d6e;
	cursor: pointer;
}

.personal .personal-left .personal-list li p {
	font-size: 14px;
	color: #98a8d3;
	text-align: center;
}

.personal .personal-left .personal-list li i {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 52px;
}

.personal .personal-left .personal-list li .i1 {
	width: 26px;
	height: 24px;
	background: url(../images/1-1.png) no-repeat;
	background-size: 100% 100%;
}

.personal .personal-left .personal-list li .i2 {
	width: 26px;
	height: 21px;
	background: url(../images/2-1.png) no-repeat;
	background-size: 100% 100%;
}

.personal .personal-left .personal-list li .i3 {
	width: 26px;
	height: 25px;
	background: url(../images/3-1.png) no-repeat;
	background-size: 100% 100%;
}

.personal .personal-left .personal-list li .i4 {
	width: 26px;
	height: 21px;
	background: url(../images/4-1.png) no-repeat;
	background-size: 100% 100%;
}

.personal .personal-left .personal-list li .i5 {
	width: 27px;
	height: 19px;
	background: url(../images/5-1.png) no-repeat;
	background-size: 100% 100%;
}

.personal .personal-left .personal-list li .i6 {
	width: 26px;
	height: 24px;
	background: url(../images/6-1.png) no-repeat;
	background-size: 100% 100%;
}

.personal .personal-left .personal-list li .i7 {
	width: 25px;
	height: 21px;
	background: url(../images/7-1.png) no-repeat;
	background-size: 100% 100%;
}

.personal .personal-left .personal-list li.active p {
	color: #fff;
}

.personal .personal-left .personal-list li.active .i1 {
	background: url(../images/1.png) no-repeat;
}

.personal .personal-left .personal-list li.active .i2 {
	background: url(../images/2.png) no-repeat;
}

.personal .personal-left .personal-list li.active .i3 {
	background: url(../images/3.png) no-repeat;
}

.personal .personal-left .personal-list li.active .i4 {
	background: url(../images/4.png) no-repeat;
}

.personal .personal-left .personal-list li.active .i5 {
	background: url(../images/5.png) no-repeat;
}

.personal .personal-left .personal-list li.active .i6 {
	background: url(../images/6.png) no-repeat;
}

.personal .personal-left .personal-list li.active .i7 {
	background: url(../images/7.png) no-repeat;
}

.personal .personal-left .personal-list li.active:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 12px solid #f5f5f5;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 12px;
	right: -50px;
}

.personal .personal-right {
	float: left;
	width: 858px;
	height: 662px;
}

.personal .personal-right .personal-cont {
	height: 662px;
	background-color: #f5f5f5;
	box-sizing: border-box;
}

.info-page {
	padding: 60px 60px;
}

.info-page .info-page-head {
	margin-bottom: 20px;
	padding-left: 40px;
}

.info-page .info-page-head h3 {
	font-size: 30px;
	color: #2e3a5d;
	letter-spacing: 4px;
}

.info-page .info-page-head p {
	font-size: 14px;
	font-family: 'ywziti';
	color: #2e3a5d;
	letter-spacing: 4px;
}

.info-page-bar {
	padding-left: 40px;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #dfdfdf;
}

.info-page-bar .left {
	float: left;
}

.info-page-bar .info-page-bar-left .item {
	font-size: 14px;
	color: #484848;
}

.info-page-bar .info-page-bar-right {
	float: right;
}

.info-page-bar .info-page-bar-right .time {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
	color: #484848;
}

.info-page-bar .info-page-bar-right .time span {
	color: #c3c3c3;
}

.info-page-bar .info-page-bar-right .open-btn {
	display: inline-block;
	width: 80px;
	height: 30px;
	margin-top: 14px;
	background-color: #f5f5f5;
	color: #2e3a5d;
	border: 1px solid #2e3a5d;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}

.info-page-bar .info-page-bar-right .open-btn:hover {
	background-color: #2e3a5d;
	color: #fff;
}

.info-page-cont li {
	position: relative;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px;
	color: #484848;
	overflow: hidden;
}

.info-page-cont li .p-title {
	padding-left: 40px;
	font-size: 14px;
	color: #484848;
	float: left;
}

.info-page-cont li p {
	float: left;
	font-size: 14px;
	color: #484848;
}

.info-page-cont li p span {
	color: #c3c3c3;
}

.info-page-cont li i {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(../images/bianji.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 25px;
	right: 0;
	cursor: pointer;
}

.info-page-cont li .input {
	display: none;
	width: 220px;
	float: left;
}

.info-page-cont li .input input {
	width: 100%;
	height: 70px;
	background-color: #f5f5f5;
	border: none;
	outline: none;
}

.info-page-cont li .preservation {
	float: right;
	display: none;
	width: 66px;
	height: 30px;
	margin-top: 25px;
	background-color: #2e3a5d;
	color: #fff;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.info-page-cont li .copy {
	float: right;
	font-size: 14px;
	color: #c3c3c3;
	line-height: 70px;
	cursor: pointer;
}


.transaction-page {
	padding: 20px 40px;
}

.transaction-page .transaction-page-tab {
	height: 40px;
	border-bottom: 1px solid #d9d9d9;
}

.transaction-page .transaction-page-tab a {
	font-size: 15px;
	color: #979797;
	display: inline-block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
}

.transaction-page .transaction-page-tab a.current {
	color: #2d3a5d;
	border-bottom: 1px solid #2d3a5d;
}

.transaction-page-cont .filter-box {
	padding: 20px 0;
}

.transaction-page-cont .filter-box .filter-box-left {
	float: left;
}

.transaction-page-cont .filter-box .filter-box-left .time-li {
	float: left;
	font-size: 14px;
	color: #cbcbcb;
	margin-right: 20px;
}

.transaction-page-cont .filter-box .filter-box-left .time-li a.a-time {
	margin-left: 20px;
	color: #cbcbcb;
}

.transaction-page-cont .filter-box .filter-box-left .time-li a.current {
	color: #2d3a5d;
}

.transaction-page-cont .time-li .chosen-container {
	width: 122px !important;
}

.transaction-page-cont .chosen-container .chosen-results li:hover {
	background-color: #222d53 !important;
	color: #fff !important;
}

.transaction-page-cont .filter-box .filter-box-right {
	float: right;
	display: flex;
	justify-content: space-around;
}

.transaction-page-cont .filter-box .filter-box-right .money {
	font-size: 14px;
	color: #cbcbcb;
}

.transaction-page-cont .filter-box .filter-box-right .money span {
	color: #f39267;
	font-weight: 600;
}

.transaction-page-cont .filter-box .filter-box-right .filter-search {
	width: 120px;
	height: 20px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}

.transaction-page-cont .filter-box .filter-box-right .filter-search input {
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	outline: none;
	border: 1px solid #cbcbcb;
	border-radius: 12px;
	font-size: 12px;
	color: #cbcbcb;
}

.transaction-page-cont .filter-box .filter-box-right .filter-search .search-icon {
	position: absolute;
	top: 4px;
	right: 0;
	display: inline-block;
	width: 12px;
	height: 15px;
	background: url(../images/search_icon.png) no-repeat;
	background-size: 100% 100%;
}

.transaction-page-cont .filter-table {
	width: 100%;
	color: #9c9c9c;
}

.transaction-page-cont .filter-table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e6e6e6;
}

.transaction-page-cont .filter-table table thead tr {
	background-color: #d9d9d9;
}

.transaction-page-cont .filter-table table tr th {
	font-size: 13px;
}

.transaction-page-cont .filter-table table tr th,
.transaction-page-cont .filter-table table tr td {
	height: 32px;
	border: 1px solid #e6e6e6;
	padding: 2px 10px;
	text-align: center;
	font-size: 12px;
}

.transaction-page-cont .filter-table table tr td a:hover {
	text-decoration: underline;
}

.transaction-page-cont .filter-table table tr th:nth-child(1),
.transaction-page-cont .filter-table table tr td:nth-child(1) {
	width: 164px;
}

.transaction-page-cont .pages {
	margin-top: 17px;
}


.jifen-page .qy_module2_cont {
	width: 700px;
	margin: 0 auto;
}

.jifen-page .qy_module2_item {
	padding-top: 64px;
}

.jifen-page .qy_module2_item h3 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #2e3a5d;
	text-align: center;
	letter-spacing: 2px;
}

.jifen-page .qy_module2_item p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #a9a9a9;
}

.jifen-page .qy_module2_item p a {
	color: #bf6f28;
}

.jifen-page .qy_module2_item p a:hover {
	color: #2e3a5d;
}

.jifen-page .qy_module2_cont .tip {
	margin-top: 50px;
	font-size: 14px;
	color: #a9a9a9;
	text-align: center;
}

/*会员中心页end*/

/*手机号绑定页*/
.auth {
	position: relative;
	min-width: 1440px;
	width: 100%;
	padding-top: 73px;
}

.auth .auth-bg {
	display: inline-block;
	width: 100%;
}

.auth .auth-bg img {
	width: 100%;
}

.phone-bd .register-pop {
	width: 296px;
	position: absolute;
	top: 50%;
	right: 120px;
	margin-top: -217px;
	text-align: center;
}

.zc-page .register-pop {
	margin-top: -248px;
}

.phone-bd .register-pop .pop-head {
	margin-bottom: 30px;
}

.phone-bd .register-pop .pop-head h1 {
	font-size: 20px;
	color: #2c2b2a;
}

.phone-bd .register-form .register-form-item {

	border-bottom-color: #2c2b2a;
}

.phone-bd .register-form .register-form-item input {
	background-color: transparent;
}

.phone-bd .register-form .register-form-item input::-webkit-input-placeholder {
	color: #2c2b2a;
	font-size: 14px;
}

.phone-bd .register-form .register-form-item input:-moz-placeholder {
	color: #2c2b2a;
	font-size: 14px;
}

.phone-bd .register-form .register-form-item input::-moz-placeholder {
	color: #2c2b2a;
	font-size: 14px;
}

.phone-bd .register-form .register-form-item input:-ms-input-placeholder {
	color: #2c2b2a;
	font-size: 14px;
}

.phone-bd .register-form .register-form-item .register-form-label {
	background-color: #2c2b2a;
	color: #fff;
}

.phone-bd .register-form .register-form-item .register-form-label:hover {
	background-color: #2e3a5d;
}

.phone-bd .register-form .register-form-item .register-btn {
	background-color: #2c2b2a;
	color: #fff;
}

.phone-bd .register-form .register-form-item .register-btn:hover {
	background-color: #2e3a5d;
}

.phone-bd .register-form .register-form-item .register-tip .cont p a {
	color: #e6bb7c;
}

.phone-bd .register-form .register-form-item .register-tip .radio {
	background-color: #807d79;
}

.phone-bd .bd-zhanghao {
	overflow: hidden;
}

.phone-bd .bd-zhanghao>a.bd-a {
	float: right;
	width: auto;
	font-size: 13px;
	color: #e6bb7c;
	text-decoration: underline;
}

.phone-bd .bd-zhanghao a.bd-a:hover {
	color: #2e3a5d;
}

.phone-bd .bd-tip {
	margin-top: 10px;
}

.phone-bd .bd-tip p {
	position: relative;
	padding-left: 16px;
	font-size: 13px;
	color: #2c2b2a;
}

.phone-bd .bd-tip p:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/tip.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.phone-bd .bd-tip .wxlogin {
	font-size: 13px;
	color: #2c2b2a;
}

.phone-bd .bd-tip .wxlogin a {
	display: inline-block;
	width: auto;
	color: #e6bb7c;
	text-decoration: underline;
}

.phone-bd .bd-tip .wxlogin a:hover {
	color: #2e3a5d;
}

/*手机号绑定页end*/



/*手机订单支付、支付失败*/
.dd-main {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.dd-header {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #ededed;
}

.dd-header a {
	position: absolute;
	top: 12px;
	display: inline-block;
	width: 26px;
	height: 26px;
}

.dd-header a.close {
	left: 10px;
	background: url(../images/x.png) no-repeat;
	background-size: 100% 100%;
}

.dd-header a.more {
	right: 10px;
	background: url(../images/more.png) no-repeat;
	background-size: 100% 100%;
}

.dd-header h1 {
	padding-left: 40px;
	font-size: 16px;
	color: #272727;
}

.dd-content .dd-logo {
	width: 100px;
	height: 100px;
	margin: 80px auto 50px;
}

.dd-content .dd-logo img {
	width: 100%;
}

.dd-content .dd-logo-txt {
	text-align: center;
	margin: 80px auto 50px;
}

.dd-content .dd-logo-txt h1 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 8px;
	color: #2f3c61;
}

.dd-content .dd-logo-txt p {
	font-size: 12px;
	font-weight: 600;
	font-family: "ywziti";
	letter-spacing: 3px;
	color: #2f3c61;
}

.dd-content .dd-box {
	width: 320px;
	height: 265px;
	margin: 0 auto;
	background: url(../images/dingdan-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.dd-content .dd-box1 {
	height: 360px;
	background: url(../images/sb-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.dd-content .dd-box .box {
	height: 194px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 垂直居中 */
}

.dd-content .dd-box1 .box {
	height: 100%;
	text-align: center;
}

.dd-content .dd-box .price {
	font-size: 26px;
	font-weight: bold;
	color: #303030;
	text-align: center;
}

.dd-content .dd-box .detial {
	margin-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}

.dd-content .dd-box .detial p {
	margin-top: 6px;
	font-size: 14px;
	color: #656565;
}

.dd-content .dd-box .box-tip {
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 14px;
	color: #656565;
}

.dd-content .zhifu {
	display: block;
	width: 290px;
	height: 50px;
	margin: 20px auto;
	background-color: #2e3a5d;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}

.dd-content .dd-box1-top {
	margin-bottom: 10px;
}

.dd-content .dd-box1-top .icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.dd-content .dd-box1-top .icon img {
	width: 100%;
}

.dd-content .dd-box1-top p,
.dd-content .dd-box1-bot p {
	margin-top: 6px;
	font-size: 16px;
	color: #656565;
}

.dd-content .dd-box1-bot .gzh {
	width: 160px;
	height: 160px;
}

.dd-content .dd-box1-bot .gzh img {
	width: 100%;
}

.aa {

	will-change: transform;
	transition: transform 1s ease-in-out;
	animation: transform1 1s ease-in;
}

.aa1 {

	will-change: transform;
	transition: transform 1s ease-in-out;
	animation: transform2 1s ease-in;
}

.aa2 {

	will-change: transform;
	transition: transform 1s ease-in-out;
	animation: transform3 1s ease-in;
}

.aa3 {

	will-change: transform;
	transition: transform 1s ease-in-out;
	animation: transform4 1s ease-in;
}


@keyframes transform1 {
	from {
		transform: translateY(100px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes transform2 {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(100px)
	}
}

@keyframes transform3 {
	from {
		transform: translateY(-100px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes transform4 {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(100px)
	}
}


@keyframes rtol {
	from {
		right: 0;
	}

	to {
		right: 100%;
	}
}

/*2021/04/10新增*/
.copy-btn {
	background: url(../images/copy.png) no-repeat;
	border: none;
	width: 20px;
	height: 20px;
	background-size: 20px;
	outline: none;
	margin-left: 5px;
	cursor: pointer;

}

.m-bar {
	display: none;
}

.btnBack {
	display: none;
}

@media only screen and (max-width: 1224px) {
	.sy_module3_content {
		margin: 0 1%;
	}

	.sy_module3_content .item {
		width: 30.93%;
		height: 21vw;
		margin: 2.4vw 1.2% 0;
	}

	.sy_module3_content .item:nth-child(3n+1) {
		margin-left: 1.2%;
	}

	.hl_works {
		margin: 0 1%;
	}

	.hl_works .item {
		width: 30.93%;
		height: 21vw;
		margin: 2.4vw 1.2% 0;
	}

	.hl_works .item:nth-child(3n+1) {
		margin-left: 1.2%;
	}

	.sy_module1_content .sy_module1_l {
		margin-left: 1%;
		height: 42.6vw;
		width: 34.4%;
	}

	.sy_module1_content .sy_module1_l .item_pic {
		height: 39.8vw;
	}

	.sy_module1_content .sy_module1_l .item_pic img {
		height: 40.2vw
	}

	.sy_module1_content .sy_module1_r {
		width: 60.5%;
		height: 42.6vw;
		margin-left: 2vw;
	}

	.sy_module1_content .sy_module1_r .item {
		width: 30.7%;
		height: 20.6vw;
		margin-left: 3.3%;
	}

	.sy_module1_content .sy_module1_r .item_pic {
		height: 18.1vw;
	}

	.sy_module1_content .item_pic img {
		height: 18.4vw;
	}

	.sy_module2 .sy_module2_content .gallery-top {
		width: 68.7%;
		height: 37.8vw;
	}

	.sy_module2 .sy_module2_content {
		height: auto;
	}

	.sy_module2 .sy_module2_content .gallery-top .swiper-pagination-fraction {
		top: 85.5%;
		bottom: auto;
	}

	.breadcrumb {
		padding: 0 1em;
	}

	.hy_module_banner {
		width: 61.2%;
	}

	.hy_module_cont {
		width: 33.4%;
		margin-left: 1.6%;
		padding-top: 1.6vw;
	}

	.mx_module2_box .item {
		width: 22%;
		height: auto;
		margin: 2.4% 1.5%;
	}

	.mx_module2_box .item_pic {
		height: auto;
	}

	.mx_module2_box .item:nth-child(4n+1) {
		clear: both;
		margin-left: 1.5%;
	}

	.mx_module2 .mx_module2_link {
		padding-left: 1em;
		padding-right: 1em;
	}

	.mx_module1 {
		padding-left: 1em;
		padding-right: 1em;
	}
}

@media only screen and (max-width: 828px) {
	.header-r {
		padding-right: 58px;
	}

	.m-bar {
		display: block;
		position: absolute;
		right: 15px;
		top: 24px;
		z-index: 9;
	}

	.m-bar .navbar-toggle {
		display: block;
		padding: 5px 9px;
		font-size: 1.6rem;
		line-height: 1;
		background-color: transparent;
		background-image: none;
		border: 0;
		border-color: #666666;
		border-radius: 4px;
	}

	.m-bar .navbar-toggle .icon-bar {
		background-color: #bbb;
	}

	.m-bar .navbar-toggle .icon-bar {
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 1px;
	}

	.m-bar .navbar-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
	}

	.m-bar .sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}

	.nav {
		position: fixed;
		z-index: 100000;
		left: 100%;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		background-color: #f5f5f5;
	}

	.nav ul.nav_ul {
		display: block;
		padding: 6em 0 0;
		width: auto;
		border-top: 1px solid #e5e5e5;
	}

	.nav li {
		float: none;
		margin: 0;
		text-align: left;
		padding-top: 0;
	}

	.nav li a {
		border-top: 1px solid #ddd;
		display: block;
		padding: 1em 1.8em 0.9em;
	}

	.nav li .two_nav {
		height: auto;
		display: block;
		position: static;
		width: 100%;
		text-align: left;
	}

	.nav li .two_nav>ul {
		display: block;
	}

	.nav li .two_nav>ul li {
		position: static;
		margin: 0 1.8em;
	}

	.nav li .two_nav li a {
		border-top: 1px solid #e9e9e9;
	}

	.btnBack {
		display: block;
		z-index: 10;
		position: absolute;
		right: 19px;
		top: 0;
		margin-top: 2.3em;
		cursor: pointer;
		width: 1.6em;
		height: 1.6em;
		background: url(../images/arrow32.png) center center no-repeat;
		background-size: contain;
	}

	.two_nav_bg {
		top: 115px;
	}

	.banner {
		padding-top: 73px;
	}

	.search-bar {
		top: 116px;
		width: 100%;
	}

	.search-bar .input-box {
		width: auto;
		padding: 0 2em;
	}

	.search-bar .input-box .s_icon {
		right: 2.8em;
	}

	.search-bar .input-box input {
		padding: 0;
		text-indent: 1.5em;
		width: 100%;
		margin: 0 auto;
	}

	.sy_module1_content .sy_module1_l {
		float: none;
		width: auto;
		margin-right: 4.3%;
		margin-left: 4.3%;
		height: auto;
	}

	.sy_module1_content .sy_module1_l .item_pic {
		height: 116.8vw;
	}

	.sy_module1_content .sy_module1_l .item_pic img {
		height: 116.8vw;
	}

	.sy_module1_content .sy_module1_r {
		float: none;
		width: auto;
		margin: 3em 2% 0;
	}

	.sy_module1_content .sy_module1_r .item {
		width: 46%;
		height: auto;
		margin: 1em 2% 0;
	}

	.sy_module1_content .sy_module1_r .item:nth-child(1),
	.sy_module1_content .sy_module1_r .item:nth-child(4) {
		margin: 1em 1.5% 0;
	}

	.sy_module1_content .sy_module1_r .item:nth-child(1),
	.sy_module1_content .sy_module1_r .item:nth-child(2),
	.sy_module1_content .sy_module1_r .item:nth-child(3) {
		margin: 1em 1.5% 0;
	}

	.sy_module1_content .sy_module1_r .item_pic {
		height: 46vw;
	}

	.sy_module1_content .sy_module1_r .item_pic img {
		height: 46vw;
	}

	.sy_module2 .sy_module2_content .gallery-top {
		width: 100%;
		height: 55vw;
	}

	.sy_module2 .sy_module2_content .gallery-top .swiper-slide-box {
		right: 1em;
	}

	.sy_module2 .sy_module2_content .gallery-top .swiper-pagination-fraction {
		left: auto;
		right: 2.8em;
	}

	.sy_module2 .sy_module2_content .gallery-thumbs {
		position: static;
		right: 0;
		left: 0;
		bottom: 90px;
		width: auto;
		height: 22vw;
		box-sizing: border-box;
		padding: 6px;
		background-color: #fff;

	}

	.sy_module2 .sy_module2_content {
		height: 82vw;
	}

	.sy_module2 .sy_module2_content .swiper-button-next {
		top: 59%;
	}

	.sy_module2 .sy_module2_content .swiper-button-prev {
		top: 59%;
	}

	.sy_module1_content {
		padding-bottom: 3em;
	}

	.foot-btm .foot-nav a {
		display: inline-block;
	}

	.hy_module_banner {
		width: 100%;
		border: 0;
		float: none;
		height: auto;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}

	.hy_module_banner .swiper-slide {
		width: 100%;
		height: auto;
	}

	.hy_module_banner .swiper-slide img {
		width: 100%;
		height: auto;
	}

	.hy_module_cont {
		float: none;
		width: auto;
		margin-top: 2.8em;
		margin-left: 1.5em;
		margin-right: 1.5em;
		padding-top: 0;
	}

	.footer {
		padding-left: 1em;
		padding-right: 1em;
	}

	.right-side {
		right: 1px;
	}

	.hl_module1 {
		height: auto;
		padding-top: 96px;
		line-height: 3.6em;
		padding-bottom: 10px;
		margin-bottom: 1em;
		border-bottom: 1px solid #e5e5e5;
	}

	.hl_module1:before {
		display: none;
	}

	.hl_module1 .hl_link a {
		padding: 0 1em;
		margin: 0 3px 10px;
	}

	.hl_works .item .item_btm {
		bottom: -1em;
	}

	.mx_module1 {
		padding: 2em 1em;
	}

	.mx_module1 .filter-menu li>a {
		display: inline-block;
		line-height: 2em;
		height: 2em;
		padding: 0 4px;
	}

	.mx_module1 .filter-menu {
		margin-top: 1em;
	}

	.mx_module2 {
		margin-top: 2em;
	}

	.pages {
		padding: 0 1em;
		text-align: center;
	}

	.pages li {
		margin-top: 5px;
	}

	.detail-1 p {
		text-indent: 0;
	}
}

@media only screen and (max-width:600px) {
	.mx_module2_box {
		margin: 0 1.5%;
	}

	.mx_module2_box .item {
		width: 47%;
	}

	.mx_module2_box .item:nth-child(2n+1) {
		clear: both;
		margin-left: 1.5%;
	}

	.sy_module3_content .item {
		width: 47.6%;
		height: 32.3vw;
	}

	.sy_module3_content .item:nth-child(3) {
		margin-top: 2.4vw;
	}

	.hl_works .item {
		width: 47.6%;
		height: 32.3vw;
	}

	.hl_works .item:nth-child(3) {
		margin-top: 2.4vw;
	}
}

@media only screen and (max-width: 350px) {
	.foot-logo h1 {
		font-size: 1.8em;
	}

	.foot-logo p {
		font-size: 10px;
	}
}

/* 好主题 */


/* 好主题20210513 */
.hzt-container * {
	box-sizing: border-box;
}

.hzt-container {
	/* background-color: #690; */
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
}



.hzt-container .hzt-container-left {
	width: 65%;
	float: left;
	/* background-color: #f0f0f0; */
}

.hzt-post-list li {
	border: 1px solid #e0e0e0;
	margin-bottom: 40px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.hzt-post-list li:last-of-type {
	margin-bottom: 0;
}

.hzt-post-list li .img {
	overflow: hidden;
}

.hzt-post-list li .img a {
	display: block;
	padding-top: 45%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 1s ease 0s;
}

.hzt-post-list li .img a:hover {
	transform: scale(1.2);
}

.hzt-post-list li .img a img {
	display: none;
}




.hzt-post-list li .post-content {
	padding: 26px 35px 33px;
}

.hzt-post-list li .post-date {
	font-size: 14px;
	margin-bottom: 10px;
}

.hzt-post-list li .post-title {
	font-size: 28px;
	margin-bottom: 20px;
}

.hzt-post-list li .post-title a:hover {
	text-decoration: underline;
}

.hzt-post-list li .post-title i {
	margin-right: 5px;
}

.hzt-post-list li .post-excerpt {
	font-size: 15px;
	margin-bottom: 25px;
	color: #777;
}

.hzt-post-list li .post-read-more {
	margin-bottom: 40px;

}

.hzt-post-list li .post-read-more a {
	font-size: 15px;
	font-weight: 500;
	color: #030f27;
}

.hzt-post-list li .post-read-more a:hover {
	text-decoration: underline;
}

.hzt-post-list li .post-meta {
	font-size: 14px;
}

.hzt-post-list li .post-meta span {
	margin-right: 15px;
}

.hzt-post-list li .post-meta i {
	margin-right: 5px;
}

.hzt-container .hzt-container-right {
	width: 30%;
	float: right;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 30px 35px;
}


.sidebar .widget {
	position: relative;
	z-index: 1;
	padding-top: 25px;
	margin-top: 30px;
	border-top: 1px solid #e7e7e7;
}

.sidebar .widget a:hover {
	text-decoration: underline;
}

.sidebar .widget:first-of-type {
	padding: 0;
	margin: 0;
	border: none;
}

.sidebar .widget .widget-title {
	color: #030f27;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 25px;
}


.sidebar .widget .search-form {
	position: relative;
}




.sidebar .widget .search-form .search-field {
	padding: 10px 45px 10px 25px;
	margin-bottom: 0;
	height: 46px;
	width: 100%;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #d4d4d5;
	outline: none;
	font-size: 15px;
	color: #7777;
}


.sidebar .widget .search-form .search-submit {
	position: absolute;
	background-color: transparent;
	right: 3px;
	top: 4px;
	width: 38px;
	height: 38px;
	text-align: center;
	text-indent: -9999px;
	padding: 0;
	border: 0;
	overflow: hidden;
}


.sidebar .widget .search-form .search-submit::before {
	color: #fff;
	content: "\f002";
	background-color: #222;
	border-radius: 50%;
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 16px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	text-indent: 0;
	font-weight: normal;
	transition: all ease 0.3s;
	cursor: pointer;
}


.sidebar .widget .search-form .search-submit:hover:before {
	opacity: 0.7;
}

.sidebar .widget_recent_entries a {
	color: #777;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 0;
	display: inline-block;
}



.sidebar .widget_categories a {
	padding: 10px 10px 10px 16px;
	color: #777;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.sidebar .widget_categories a::before {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 14px;
	line-height: normal;
	position: absolute;
	left: 0;
	top: 14px;
	color: #cacaca;
}

.sidebar .widget_categories li {}

.sidebar .widget_categories li span {
	float: right;
	width: 20px;
	height: 20px;
	background-color: #222;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	margin-top: 13px;
}

.sidebar .widget_tag_cloud a {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #555;
	padding: 2px 15px;
	border-radius: 15px;
	margin: 0 5px 5px 0;
	z-index: 1;
	text-decoration: none;
}

.sidebar .widget_tag_cloud a:hover {
	background-color: #333;
}


.hzt-single .img {
	margin-bottom: 25px;
	text-align: center;
}

.hzt-single .img img {
	max-width: 100%;
	border-radius: 5px;
}

.hzt-single .post-title {
	font-size: 32px;
	line-height: 43px;
	margin: 0 0 24px;
}

.hzt-single .post-meta {
	margin-bottom: 30px;
}

.hzt-single .post-meta span {
	margin-right: 18px;
	font-size: 14px;
}

.hzt-single .post-meta i {
	margin-right: 5px;
}

.hzt-single .post-meta .post-tags a {
	margin: 0 2px;
}

.hzt-single .post-content {
	font-size: 14px;

}

.hzt-single .post-content p {
	line-height: 32px;
}

.hzt-single .post-content img {
	max-width: 100%;
}




.work .img {
	position: relative;
	overflow: hidden;
}

.work .img::before {
	content: '';
	display: block;
	padding-top: 140%;
}

.work .img img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.work .img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



@media screen and (max-width:768px) {

	.hzt-container .hzt-container-left,
	.hzt-container .hzt-container-right {
		float: none;
		width: 100%;
	}

	.hzt-container .hzt-container-right {
		display: none;
	}
}

/* 好主题20210513 */




/* 好主题点赞 */
.dianzan-box .dianzan-inner {
	width: 65px;
	height: 65px;
	background-color: #2e3a5d;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}

.dianzan-box .dianzan-inner p {
	color: #fff;
}


.dianzan-box .dianzan-inner:hover {
	background-color: #ccc;
}

.dianzan-box .dianzan-inner i {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/dianzan.png);
	margin-bottom: 5px;
	margin-top: 15px;
}

.dianzan-box .dianzan-inner.active {
	background-color: #ccc;
	color: #484848;

}

.dianzan-box .dianzan-inner.active i {
	background-image: url(../images/dianzan-1.png);
}

.hzt-views {
	color: #484848;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;

}

.hzt-views span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;

	padding-left: 20px;

}

.hzt-views .zan {
	background-image: url(../images/dianzan-2.png);
	margin-right: 15px;
}

.hzt-views .views {
	background-image: url(../images/liulan-1.png);
}


.hzt_box {
	padding: 40px 0;
	background-color: #e6e6e6;
	margin: 20px 0;
}

/* 好主题点赞 */


.sy_module5 .news-swiper .jiantou-btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 999;
	display: none;
	transition: all 0.6s;
}

.sy_module5 .news-swiper:hover .jiantou-btn {
	display: block;
}






.sy_module5 .news-swiper .swiper-button-prev {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: url(../images/icon.png) -60px -40px no-repeat rgba(0, 0, 0, 0.8);
}


.sy_module5 .news-swiper .swiper-button-next {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: url(../images/icon.png) 0 -40px no-repeat rgba(0, 0, 0, 0.8);
}



.sy_module5 .news-swiper .swiper-button-prev:hover {
	background: url(../images/icon.png) -60px -100px no-repeat rgba(0, 0, 0, 0.8);
}


.sy_module5 .news-swiper .swiper-button-next:hover {

	background: url(../images/icon.png) 0 -100px no-repeat rgba(0, 0, 0, 0.8);

}


.sy_module5 .news-swiper .jiantou-btn::after {
	display: none;
}



.banner .swiper-slide a {
	display: block;
	text-align: center;
}

.banner .swiper-slide a img{
	width: 100%;
}











/* 设计师详情页 */


.designer-box {
	margin-top: 40px;
}


.designer-box .left {
	float: left;
	width: 35%;

}

.designer-box .left img {
	width: 100%;
}

.designer-box .right {
	float: right;
	width: 62%;
}

.designer-box .right .tit {
	font-size: 30px;
	color: #343434;
}

.designer-box .right .zhiwei {
	color: #626262;
	font-size: 14px;
	margin-bottom: 30px;
}


.designer-box .right .cn_info,
.designer-box .right .en_info {

	font-size: 14px;
	color: #6a6a6a;
	line-height: 2em;
	padding-left: 40px;
	text-align: justify;
}


.designer-box .right .line {
	height: 1px;
	background-color: rgb(211, 211, 211);
	margin: 20px 0;
}


@media screen and (max-width:768px) {
	.designer-box .left {
		width: 100%;
	}

	.designer-box .right{
		width: 100%;
	}

	.designer-box{
		margin: 0 1%;
	}

	.designer-box .right .tit{
		margin-top: 10px;
	}

	.designer-box .right .cn_info, .designer-box .right .en_info{
		padding-left: 0;
	}
}